3.86 \(\int \frac {\csc ^2(a+b x)}{\sqrt {d \tan (a+b x)}} \, dx\)

Optimal. Leaf size=20 \[ -\frac {2 d}{3 b (d \tan (a+b x))^{3/2}} \]

[Out]

-2/3*d/b/(d*tan(b*x+a))^(3/2)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 20, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {2591, 30} \[ -\frac {2 d}{3 b (d \tan (a+b x))^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[Csc[a + b*x]^2/Sqrt[d*Tan[a + b*x]],x]

[Out]

(-2*d)/(3*b*(d*Tan[a + b*x])^(3/2))

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 2591

Int[sin[(e_.) + (f_.)*(x_)]^(m_)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> With[{ff = FreeFactors[Ta
n[e + f*x], x]}, Dist[(b*ff)/f, Subst[Int[(ff*x)^(m + n)/(b^2 + ff^2*x^2)^(m/2 + 1), x], x, (b*Tan[e + f*x])/f
f], x]] /; FreeQ[{b, e, f, n}, x] && IntegerQ[m/2]

Rubi steps

\begin {align*} \int \frac {\csc ^2(a+b x)}{\sqrt {d \tan (a+b x)}} \, dx &=\frac {d \operatorname {Subst}\left (\int \frac {1}{x^{5/2}} \, dx,x,d \tan (a+b x)\right )}{b}\\ &=-\frac {2 d}{3 b (d \tan (a+b x))^{3/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.10, size = 20, normalized size = 1.00 \[ -\frac {2 d}{3 b (d \tan (a+b x))^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[a + b*x]^2/Sqrt[d*Tan[a + b*x]],x]

[Out]

(-2*d)/(3*b*(d*Tan[a + b*x])^(3/2))

________________________________________________________________________________________

fricas [B]  time = 0.57, size = 46, normalized size = 2.30 \[ \frac {2 \, \sqrt {\frac {d \sin \left (b x + a\right )}{\cos \left (b x + a\right )}} \cos \left (b x + a\right )^{2}}{3 \, {\left (b d \cos \left (b x + a\right )^{2} - b d\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)^2/(d*tan(b*x+a))^(1/2),x, algorithm="fricas")

[Out]

2/3*sqrt(d*sin(b*x + a)/cos(b*x + a))*cos(b*x + a)^2/(b*d*cos(b*x + a)^2 - b*d)

________________________________________________________________________________________

giac [A]  time = 0.79, size = 23, normalized size = 1.15 \[ -\frac {2}{3 \, \sqrt {d \tan \left (b x + a\right )} b \tan \left (b x + a\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)^2/(d*tan(b*x+a))^(1/2),x, algorithm="giac")

[Out]

-2/3/(sqrt(d*tan(b*x + a))*b*tan(b*x + a))

________________________________________________________________________________________

maple [B]  time = 0.55, size = 38, normalized size = 1.90 \[ -\frac {2 \cos \left (b x +a \right )}{3 b \sin \left (b x +a \right ) \sqrt {\frac {d \sin \left (b x +a \right )}{\cos \left (b x +a \right )}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(b*x+a)^2/(d*tan(b*x+a))^(1/2),x)

[Out]

-2/3/b*cos(b*x+a)/sin(b*x+a)/(d*sin(b*x+a)/cos(b*x+a))^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.51, size = 23, normalized size = 1.15 \[ -\frac {2}{3 \, \sqrt {d \tan \left (b x + a\right )} b \tan \left (b x + a\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)^2/(d*tan(b*x+a))^(1/2),x, algorithm="maxima")

[Out]

-2/3/(sqrt(d*tan(b*x + a))*b*tan(b*x + a))

________________________________________________________________________________________

mupad [B]  time = 3.33, size = 102, normalized size = 5.10 \[ -\frac {2\,\sqrt {\frac {d\,\sin \left (2\,a+2\,b\,x\right )}{\cos \left (2\,a+2\,b\,x\right )+1}}\,\left (\cos \left (2\,a+2\,b\,x\right )+2\,\cos \left (4\,a+4\,b\,x\right )-\cos \left (6\,a+6\,b\,x\right )-2\right )}{3\,b\,d\,\left (15\,\cos \left (2\,a+2\,b\,x\right )-6\,\cos \left (4\,a+4\,b\,x\right )+\cos \left (6\,a+6\,b\,x\right )-10\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(sin(a + b*x)^2*(d*tan(a + b*x))^(1/2)),x)

[Out]

-(2*((d*sin(2*a + 2*b*x))/(cos(2*a + 2*b*x) + 1))^(1/2)*(cos(2*a + 2*b*x) + 2*cos(4*a + 4*b*x) - cos(6*a + 6*b
*x) - 2))/(3*b*d*(15*cos(2*a + 2*b*x) - 6*cos(4*a + 4*b*x) + cos(6*a + 6*b*x) - 10))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\csc ^{2}{\left (a + b x \right )}}{\sqrt {d \tan {\left (a + b x \right )}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(b*x+a)**2/(d*tan(b*x+a))**(1/2),x)

[Out]

Integral(csc(a + b*x)**2/sqrt(d*tan(a + b*x)), x)

________________________________________________________________________________________